Skip to content

Create auto-label.yaml#6

Merged
cssbhamdev merged 2 commits intomainfrom
auto-label
Jun 25, 2025
Merged

Create auto-label.yaml#6
cssbhamdev merged 2 commits intomainfrom
auto-label

Conversation

@MattyTheHacker
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 25, 2025 21:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub Actions workflow to automatically mark pull requests with a "sync" label and post a corresponding comment when a PR is opened by a human user.

  • Introduces a workflow that adds a "sync" label to PRs.
  • Posts an explanatory comment on the PR about the auto-sync behavior.
Comments suppressed due to low confidence (1)

.github/workflows/auto-label.yaml:17

  • Consider adding a preceding step to verify that the GitHub CLI is installed on the runner to ensure the 'gh' commands execute reliably.
        run: gh pr edit "$PR_URL" --add-label sync --repo "$PR_REPO"

@cssbhamdev cssbhamdev merged commit 7987401 into main Jun 25, 2025
1 check passed
@cssbhamdev cssbhamdev deleted the auto-label branch June 25, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants